Task Run State Constants

The task run state constants indicate the state of the task when returned as part of the MPTaskInfo data structure.

enum {
    kMPTaskBlocked  = 0,
    kMPTaskReady    = 1,    
    kMPTaskRunning  = 2 
};

Constant Descriptions

kMPTaskBlocked
The task is blocked..

kMPTaskReady
The task is ready for execution.

kMPTaskRunning
The task is currently running.
VERSION NOTES
Introduced with Multiprocessing Services 2.1.

© 1999 Apple Computer, Inc. – (Last Updated 17 Nov 99)